[INFO] fetching crate dioxus-core 0.8.0-alpha.0...
[INFO] fixing dioxus-core-0.8.0-alpha.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate dioxus-core 0.8.0-alpha.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate dioxus-core 0.8.0-alpha.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dioxus-core 0.8.0-alpha.0
[INFO] tweaked toml for crates.io crate dioxus-core 0.8.0-alpha.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dioxus-core 0.8.0-alpha.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dioxus-core 0.8.0-alpha.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc
[INFO] running `Command { std: "docker" "start" "971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking dioxus-core-types v0.8.0-alpha.0
[INFO] [stderr]     Checking konst v0.2.20
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]     Checking generational-box v0.8.0-alpha.0
[INFO] [stderr]     Checking const_format v0.2.36
[INFO] [stderr]     Checking subsecond-types v0.8.0-alpha.0
[INFO] [stderr]     Checking subsecond v0.8.0-alpha.0
[INFO] [stderr]     Checking dioxus-core v0.8.0-alpha.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/error_boundary.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dioxus::{CapturedError, prelude::*};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dioxus`
[INFO] [stdout]  --> tests/error_boundary.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dioxus::{CapturedError, prelude::*};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     rsx! {
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     rsx! { div {} }
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/miri_stress.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     use tokio::time::sleep;
[INFO] [stdout]     |         ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::time::sleep`
[INFO] [stdout]    --> tests/miri_stress.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     use tokio::time::sleep;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/children_drop_futures.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]  --> tests/children_drop_futures.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[tokio::test]
[INFO] [stdout]   |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     tokio::select! {
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/use_drop.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/use_drop.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dioxus::dioxus_core::use_drop;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dioxus::dioxus_core::use_drop`
[INFO] [stdout]  --> tests/use_drop.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dioxus::dioxus_core::use_drop;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/create_passthru.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::dioxus_core::Mutation::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/create_passthru.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `dioxus::dioxus_core::Mutation::*`, `dioxus::prelude::*`
[INFO] [stdout]  --> tests/create_passthru.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::dioxus_core::Mutation::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:45:7
[INFO] [stdout]    |
[INFO] [stdout] 45 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/miri_simple.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |             return rsx!({});
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         rsx!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |             rsx! {
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 45 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             rsx! { Child {} }
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |             rsx! {}
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |         rsx!( div { "goodbye world" } )
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/attr_cleanup.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/diff_dynamic_node.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::dioxus_core::{ElementId, Mutation::*};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/diff_dynamic_node.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |         rsx!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]  --> tests/use_drop.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Clone, Props)]
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         rsx! {}
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]  --> tests/diff_dynamic_node.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use pretty_assertions::assert_eq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `pretty_assertions`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `pretty_assertions`, use `cargo add pretty_assertions` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]  --> tests/create_passthru.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         rsx! {
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:91:32
[INFO] [stdout]    |
[INFO] [stdout] 91 |     #[derive(PartialEq, Clone, Props)]
[INFO] [stdout]    |                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/use_drop.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     rsx! {
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         rsx! { div {} }
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         rsx! { div {} }
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         rsx!({ children })
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         rsx!( div { "goodbye world" } )
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/use_drop.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     rsx! {}
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:110:32
[INFO] [stdout]     |
[INFO] [stdout] 110 |     #[derive(PartialEq, Clone, Props)]
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         rsx! { div { "hello {el}" } }
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn Child() -> Element {
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         use_hook(|| {
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::use_hook;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |             spawn(async {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::spawn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/children_drop_futures.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::Duration`
[INFO] [stdout]  --> tests/children_drop_futures.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{sync::atomic::AtomicUsize, time::Duration};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         rsx!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         rsx! { div {} }
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         rsx!(child_component { inner: name.inner.clone() })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         rsx! {{children}}
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         rsx!( div { "{props.inner}" } )
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:85:25
[INFO] [stdout]    |
[INFO] [stdout] 85 |         |cx: RootProps| rsx!( div { "{cx.0}" } ),
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |         rsx! {
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         rsx! { "{a}" "{b}" }
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |             0 => rsx! { div {} },
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 |             1 => rsx! {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tracing_subscriber` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     tracing_subscriber::fmt::init();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tracing_subscriber`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tracing_subscriber`, use `cargo add tracing_subscriber` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "children_drop_futures") due to 13 previous errors; 1 warning emitted
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/use_drop.rs:20:28
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn app(props: AppProps) -> Element {
[INFO] [stdout]    |                            ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  2 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/use_drop.rs:37:40
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn child_component(props: AppProps) -> Element {
[INFO] [stdout]    |                                        ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  2 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/use_drop.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let mut dom = VirtualDom::new_with_props(
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/use_drop.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 62 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:108:7
[INFO] [stdout]     |
[INFO] [stdout] 108 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  5 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  5 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  5 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:52:20
[INFO] [stdout]    |
[INFO] [stdout] 52 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  5 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  5 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |         rsx! {"Hello {name}"}
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:113:7
[INFO] [stdout]     |
[INFO] [stdout] 113 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "attr_cleanup") due to 9 previous errors
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         rsx! {"Goodbye {name}"}
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         rsx! { div {} }
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]  --> tests/error_boundary.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]   |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use dioxus_core::VirtualDom;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn app() -> Element {
[INFO] [stdout]    |             ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn NoneChild() -> Element {
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VNode` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     VNode::empty()
[INFO] [stdout]    |     ^^^^^ use of undeclared type `VNode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::VNode;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:26:20
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn ThrowChild() -> Element {
[INFO] [stdout]    |                    ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn App() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:46:29
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ThrowsError() -> Element {
[INFO] [stdout]    |                             ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn AutoClearError() -> Element {
[INFO] [stdout]    |                                ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |     let mut dom = VirtualDom::new(App);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     dom.in_scope(ScopeId::APP, || {
[INFO] [stdout]    |                  ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `consume_context` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |         assert!(consume_context::<ErrorContext>().error().is_none())
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::consume_context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ErrorContext` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 |         assert!(consume_context::<ErrorContext>().error().is_none())
[INFO] [stdout]    |                                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::ErrorContext;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]  --> tests/diff_dynamic_node.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]   |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use dioxus_core::VirtualDom;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:55:17
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:66:23
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn Comp(children: Element) -> Element {
[INFO] [stdout]    |                       ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:66:35
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn Comp(children: Element) -> Element {
[INFO] [stdout]    |                                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:80:20
[INFO] [stdout]    |
[INFO] [stdout] 80 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScopeId` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:89:20
[INFO] [stdout]    |
[INFO] [stdout] 89 |     dom.mark_dirty(ScopeId(ScopeId::APP.0 + 1));
[INFO] [stdout]    |                    ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:89:28
[INFO] [stdout]    |
[INFO] [stdout] 89 |     dom.mark_dirty(ScopeId(ScopeId::APP.0 + 1));
[INFO] [stdout]    |                            ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScopeId` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:98:20
[INFO] [stdout]    |
[INFO] [stdout] 98 |     dom.mark_dirty(ScopeId(ScopeId::APP.0 + 1));
[INFO] [stdout]    |                    ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/diff_dynamic_node.rs:98:28
[INFO] [stdout]    |
[INFO] [stdout] 98 |     dom.mark_dirty(ScopeId(ScopeId::APP.0 + 1));
[INFO] [stdout]    |                            ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScopeId` in this scope
[INFO] [stdout]    --> tests/diff_dynamic_node.rs:107:20
[INFO] [stdout]     |
[INFO] [stdout] 107 |     dom.mark_dirty(ScopeId(ScopeId::APP.0 + 1));
[INFO] [stdout]     |                    ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]    --> tests/diff_dynamic_node.rs:107:28
[INFO] [stdout]     |
[INFO] [stdout] 107 |     dom.mark_dirty(ScopeId(ScopeId::APP.0 + 1));
[INFO] [stdout]     |                            ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "use_drop") due to 10 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus_ssr` in this scope
[INFO] [stdout]   --> tests/error_boundary.rs:85:15
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let out = dioxus_ssr::render(&dom);
[INFO] [stdout]    |               ^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_ssr`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 85 -     let out = dioxus_ssr::render(&dom);
[INFO] [stdout] 85 +     let out = dioxus_core::render(&dom);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "diff_dynamic_node") due to 21 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "error_boundary") due to 23 previous errors
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:8:17
[INFO] [stdout]    |
[INFO] [stdout]  8 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout]  8 |     fn app() -> ElementId {
[INFO] [stdout]    |                        ++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn PassThru(children: Element) -> Element {
[INFO] [stdout]    |                           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn PassThru(children: ElementId) -> Element {
[INFO] [stdout]    |                                  ++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn PassThru(children: Element) -> Element {
[INFO] [stdout]    |                                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn PassThru(children: Element) -> ElementId {
[INFO] [stdout]    |                                              ++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |             LoadTemplate { index: 0, id: ElementId(1) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |             AppendChildren { m: 1, id: ElementId(0) },
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn app() -> ElementId {
[INFO] [stdout]    |                        ++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn ChildComp(children: Element) -> Element {
[INFO] [stdout]    |                            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn ChildComp(children: ElementId) -> Element {
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:56:40
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn ChildComp(children: Element) -> Element {
[INFO] [stdout]    |                                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn ChildComp(children: Element) -> ElementId {
[INFO] [stdout]    |                                               ++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |             LoadTemplate { index: 0, id: ElementId(1) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |             LoadTemplate { index: 0, id: ElementId(2) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |             LoadTemplate { index: 0, id: ElementId(3) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |             LoadTemplate { index: 1, id: ElementId(4) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         spawn(async {});
[INFO] [stdout]    |         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::spawn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             AppendChildren { id: ElementId(0), m: 4 },
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn app() -> ElementId {
[INFO] [stdout]    |                        ++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:87:19
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CreateTextNode` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:95:13
[INFO] [stdout]    |
[INFO] [stdout] 95 |             CreateTextNode { value: "123".to_string(), id: ElementId(1) },
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::CreateTextNode;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CreateTextNode` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |             CreateTextNode { value: "456".to_string(), id: ElementId(2) },
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::CreateTextNode;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_passthru.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 97 |             AppendChildren { id: ElementId(0), m: 2 }
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let mut name = use_hook(|| String::from("numbers: "));
[INFO] [stdout]    |                        ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::use_hook;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:50:44
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn BorrowedChild(cx: BorrowedProps) -> Element {
[INFO] [stdout]    |                                            ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn Child() -> Element {
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |         dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                        ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:76:17
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:80:20
[INFO] [stdout]    |
[INFO] [stdout] 80 |             return Element::Ok(VNode::default());
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `Element`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VNode` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:80:32
[INFO] [stdout]    |
[INFO] [stdout] 80 |             return Element::Ok(VNode::default());
[INFO] [stdout]    |                                ^^^^^ use of undeclared type `VNode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::VNode;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:83:20
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let name = use_hook(|| String::from("asd"));
[INFO] [stdout]    |                    ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::use_hook;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_stress.rs:96:37
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn Child(_props: ChildProps) -> Element {
[INFO] [stdout]    |                                     ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  3 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:100:19
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:115:29
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn app(cx: AppProps) -> Element {
[INFO] [stdout]     |                             ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:116:30
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let name: AppProps = use_hook(|| cx.clone());
[INFO] [stdout]     |                              ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::use_hook;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:120:44
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn child_component(props: AppProps) -> Element {
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:125:19
[INFO] [stdout]     |
[INFO] [stdout] 125 |     let mut dom = VirtualDom::new_with_props(app, AppProps { inner: ptr.clone() });
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn app() -> Element {
[INFO] [stdout]     |                 ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 145 |         use_hook(|| {
[INFO] [stdout]     |         ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::use_hook;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |             spawn(async move {
[INFO] [stdout]     |             ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::spawn;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         use_hook(|| {
[INFO] [stdout]     |         ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::use_hook;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |             spawn(async move {
[INFO] [stdout]     |             ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::spawn;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:185:14
[INFO] [stdout]     |
[INFO] [stdout] 185 |     let rt = tokio::runtime::Builder::new_current_thread()
[INFO] [stdout]     |              ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 185 -     let rt = tokio::runtime::Builder::new_current_thread()
[INFO] [stdout] 185 +     let rt = Builder::new_current_thread()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:191:23
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let mut dom = VirtualDom::new(app);
[INFO] [stdout]     |                       ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_signal` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:142:26
[INFO] [stdout]     |
[INFO] [stdout] 142 |         let mut colors = use_signal(|| vec!["green", "blue", "red"]);
[INFO] [stdout]     |                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_signal` in this scope
[INFO] [stdout]    --> tests/miri_stress.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let mut padding = use_signal(|| 10);
[INFO] [stdout]     |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "create_passthru") due to 30 previous errors
[INFO] [stderr] error: could not compile `dioxus-core` (test "miri_stress") due to 41 previous errors
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]  --> tests/miri_simple.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn app() -> Element {
[INFO] [stdout]   |                 ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]   |
[INFO] [stdout] 1 + use dioxus_core::Element;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         use_hook(|| String::from("asd"));
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::use_hook;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         use_hook(|| String::from("asd"));
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::use_hook;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         use_hook(|| String::from("asd"));
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::use_hook;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         use_hook(|| String::from("asd"));
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::use_hook;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `provide_context` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         provide_context(String::from("asd"));
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::provide_context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn ChildComp() -> Element {
[INFO] [stdout]    |                       ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `consume_context` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let el = consume_context::<String>();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::consume_context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:55:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:64:17
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |         spawn(async {
[INFO] [stdout]    |         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::spawn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:84:19
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let mut dom = VirtualDom::new_with_props(
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/miri_simple.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:109:36
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn ChildComp1(name: String) -> Element {
[INFO] [stdout]     |                                    ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:114:36
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn ChildComp2(name: String) -> Element {
[INFO] [stdout]     |                                    ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:118:19
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:120:20
[INFO] [stdout]     |
[INFO] [stdout] 120 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn app() -> Element {
[INFO] [stdout]     |                 ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `provide_context` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |         provide_context(123i32);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::provide_context;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         use_hook(|| {
[INFO] [stdout]     |         ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::use_hook;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `consume_context` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:135:37
[INFO] [stdout]     |
[INFO] [stdout] 135 |                     assert_eq!(123, consume_context::<i32>());
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::consume_context;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:145:19
[INFO] [stdout]     |
[INFO] [stdout] 145 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]    --> tests/miri_simple.rs:148:20
[INFO] [stdout]     |
[INFO] [stdout] 148 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `dioxus_core::generation`
[INFO] [stdout]  --> tests/miri_simple.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dioxus_core::generation;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "miri_simple") due to 46 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc", kill_on_drop: false }`
[INFO] [stdout] 971a38ca2dc7cac937f403a8074146438a59c3ff767842e65c186891ae1d90fc
